ChatAIError

class ChatAIError(val reason: String = "Chat AI Error", val isFatal: Boolean = false) : BDError

This is generated for any error occurred while accessing the Brain Chat AI

Constructors

Link copied to clipboard
constructor(reason: String = "Chat AI Error", isFatal: Boolean = false)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val errorCode: Int

Returns error code

Link copied to clipboard
open override val isFatal: Boolean = false

Indicates if error is fatal and service is stopped

Link copied to clipboard
open override val reason: String

Provides human readable error reason

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, p1: Int)